home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / Inspector.nib / data.classes next >
Encoding:
Text File  |  1995-09-11  |  2.7 KB  |  96 lines

  1. MiscInspectorManager = {
  2.     ACTIONS = {
  3.     "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; 
  4.     "ok:" = "ok:"; 
  5.     "revert:" = "revert:"; 
  6.     "textDidChange:" = "textDidChange:"; 
  7.     "touch:" = "touch:"; 
  8.     "viewDidSwap:" = "viewDidSwap:"; 
  9.     "viewWillSwap:" = "viewWillSwap:"; 
  10.     }; 
  11.     OUTLETS = {
  12.     buttonsSuperview = buttonsSuperview; 
  13.     inspectors = inspectors; 
  14.     multiSelInspector = multiSelInspector; 
  15.     noSelInspector = noSelInspector; 
  16.     notApplInspector = notApplInspector; 
  17.     okButton = okButton; 
  18.     revertButton = revertButton; 
  19.     selection = selection; 
  20.     swapView = swapView; 
  21.     window = window; 
  22.     }; 
  23.     SUPERCLASS = Object; 
  24. };
  25. MiscDefaultInspector = {
  26.     ACTIONS = {}; 
  27.     OUTLETS = {controllers = controllers; }; 
  28.     SUPERCLASS = MiscInspector; 
  29. };
  30. MiscSwapViewByMatrix = {
  31.     ACTIONS = {"swapContentView:" = "swapContentView:"; }; 
  32.     OUTLETS = {}; 
  33.     SUPERCLASS = MiscSwapView; 
  34. };
  35. MiscSwapView = {
  36.     ACTIONS = {
  37.     "addController:" = "addController:"; 
  38.     "removeController:" = "removeController:"; 
  39.     "swapContentView:" = "swapContentView:"; 
  40.     }; 
  41.     OUTLETS = {
  42.     contentView = contentView; 
  43.     contentViewsHomeView = contentViewsHomeView; 
  44.     controllers = controllers; 
  45.     currentController = currentController; 
  46.     delegate = delegate; 
  47.     trigger = trigger; 
  48.     }; 
  49.     SUPERCLASS = View; 
  50. };
  51. NoSelectionWoodInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = DefaultWoodInspector; };
  52. MiscInspector = {
  53.     ACTIONS = {
  54.     "ok:" = "ok:"; 
  55.     "revert:" = "revert:"; 
  56.     "textDidChange:" = "textDidChange:"; 
  57.     "touch:" = "touch:"; 
  58.     }; 
  59.     OUTLETS = {manager = manager; }; 
  60.     SUPERCLASS = MiscSwapContentsController; 
  61. };
  62. IPFlyPanel = {
  63.     ACTIONS = {"miniaturize:" = "miniaturize:"; }; 
  64.     OUTLETS = {}; 
  65.     SUPERCLASS = IPPanel; 
  66. };
  67. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  68. MiscNoSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
  69. WoodInspectorManager = {
  70.     ACTIONS = {}; 
  71.     OUTLETS = {matrix = matrix; }; 
  72.     SUPERCLASS = MiscInspectorManager; 
  73. };
  74. DefaultWoodInspector = {
  75.     ACTIONS = {}; 
  76.     OUTLETS = {controllers = controllers; matrix = matrix; }; 
  77.     SUPERCLASS = MiscInspector; 
  78. };
  79. MiscMultiSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
  80. MiscSwapContentsController = {
  81.     ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; }; 
  82.     OUTLETS = {swapView = swapView; trigger = trigger; view = view; }; 
  83.     SUPERCLASS = Object; 
  84. };
  85. MultipleSelectionWoodInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = DefaultWoodInspector; };
  86. IPPanel = {
  87.     ACTIONS = {
  88.     "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; 
  89.     "orderBack:" = "orderBack:"; 
  90.     "orderFront:" = "orderFront:"; 
  91.     "windowWillClose:" = "windowWillClose:"; 
  92.     }; 
  93.     OUTLETS = {}; 
  94.     SUPERCLASS = Panel; 
  95. };
  96.